weighted round robin meaning in English
加权轮询算法
Examples
- It starts out as standard weighted round robin decrementing the weights as it goes , but once there are several outstanding requests to multiple cluster members , an outstanding request weight algorithm comes into play
它一开始使用标准的weighted round robin (逐步减少权重) ,但一旦有几个未完成的请求分发到多个集群成员,则使用未完成请求加权算法。 - Some common satellite resource allocation algorithms are analyzed in this paper , especially the wrr ( weighted round robin ) algorithm based on the flux estimate which can guarantee the qos of vbr ( variable bit rate )
本论文首先分析了当前国内外一些常用的卫星资源调度算法,特别是基于流量估计的wrr ( weightedroundrobin )调度算法,它能够对vbr ( variablebitrate )业务进行很好的支持。 - For instance , if the weights were 2 and 2 , and the number of outstanding requests to the first server was higher than the second server , the next request will go to the second server even though it was the first server s turn based on weighted round robin
例如,如果权重是2和2 ,而第一个服务器的未完成请求数目大于第二个服务器,则接下来的请求会转到第二个服务器,即使它轮到第一个服务器(根据weighted round robin ) 。